plusAssign

@JvmName(name = "plusAssignNeighbors")
inline operator fun DslList<MeshProtos.Neighbor, NeighborInfoKt.Dsl.NeighborsProxy>.plusAssign(value: MeshProtos.Neighbor)
The list of out edges from this node

repeated .meshtastic.Neighbor neighbors = 4;

Parameters

value

The neighbors to add.


@JvmName(name = "plusAssignAllNeighbors")
inline operator fun DslList<MeshProtos.Neighbor, NeighborInfoKt.Dsl.NeighborsProxy>.plusAssign(values: Iterable<MeshProtos.Neighbor>)
The list of out edges from this node

repeated .meshtastic.Neighbor neighbors = 4;

Parameters

values

The neighbors to add.